home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / DISKCOMP.HLP < prev    next >
Text File  |  1985-09-10  |  2KB  |  54 lines

  1. ----------------------  DISKCOMP - External DOS Command  -----------------------
  2.  
  3. DISKCOMP compares the entire contents of two diskettes.  DISKCOMP is useful
  4.    after a DISKCOPY operation to ensure that the diskettes are identical.
  5.  
  6. FORMAT:   DISKCOMP [d1:[d2:]][/1][/8]
  7.  
  8. REMARKS:
  9.  
  10.    d1: - the drive letter of the first diskette.  If omitted, the default drive
  11.          is assumed.
  12.    d2: - the drive letter of the second diskette.  If omitted, the default drive
  13.          is assumed.
  14.    /1  - performs a comparison of the first side of the diskettes only, even if
  15.          the diskette are double-sided.
  16.    /8  - performs an eight sector per track comparison, even if the first
  17.          diskette contains nine sectors per track.
  18.  
  19.    If you omit d1: and specify d2:, DISKCOMP will interpret d2: as the first
  20.    diskette and assume the second diskette is in the default drive.
  21.  
  22.    If the drive letters, d1: and d2: are identical, a single drive comparison
  23.    will be done.  You will be prompted to insert the diskettes.
  24.  
  25.    If you omit both d1: and d2:, a single-drive comparison is done on the
  26.    default drive.
  27.  
  28.    If the diskettes are not identical, a message indicating the track number
  29.    (0-39) and the side (0 or 1) of the mismatch will be displayed.
  30.  
  31.    If the diskettes are identical, the message "Diskettes compare OK" will be
  32.    displayed.
  33.  
  34.    After the comparison, you will be prompted:
  35.  
  36.           Compare more diskettes (Y/N)?
  37.  
  38.           Enter Y to compare more diskettes, or N to end the command.
  39.  
  40.    DISKCOMP compares diskettes only.  If a fixed drive letter is specified, an
  41.    error message will be given.
  42.  
  43.  
  44. EXAMPLES:
  45.  
  46. Compare the diskette in drive A with the diskette in drive B:
  47.  
  48.           DISKCOMP A: B:
  49.  
  50.  
  51. Perform a single-drive diskette comparison on the default drive:
  52.  
  53.           DISKCOMP       (you will then be prompted to insert diskettes)
  54.